crypto/tls.newSessionTicketMsgTLS13.maxEarlyData (field)
8 uses
crypto/tls (current package)
handshake_client_tls13.go#L884: if c.quic != nil && msg.maxEarlyData != 0 && msg.maxEarlyData != 0xffffffff {
handshake_client_tls13.go#L901: session.EarlyData = c.quic != nil && msg.maxEarlyData == 0xffffffff // RFC 9001, Section 4.6.1
handshake_messages.go#L1152: maxEarlyData uint32
handshake_messages.go#L1169: if m.maxEarlyData > 0 {
handshake_messages.go#L1172: b.AddUint32(m.maxEarlyData)
handshake_messages.go#L1206: if !extData.ReadUint32(&m.maxEarlyData) {
handshake_server_tls13.go#L914: m.maxEarlyData = 0xffffffff
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |